home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / TaskSwitchXP 2.06 / TaskSwitchXP_2.0.6.exe / TaskSwitchXP.chm / styles / main.css
Cascading Style Sheet File  |  2005-07-18  |  2KB  |  147 lines

  1. body {
  2.     background-color: #ffffff;
  3.     font: 12px verdana,arial,helvetica,sans-serif;
  4.     color: black;
  5.     margin-left: 15px;
  6.     margin-right: 15px;
  7.     margin-top: 10px;
  8.     text-align: justify;
  9. }
  10.  
  11. h1 {
  12.     margin: 0px 10px 8px 10px;
  13.     padding: 5px 0px 5px 0px;
  14.     color: #303570;
  15.     font-size: 22px;
  16.     font-weight: normal;
  17.     line-height: 56px;
  18.     cursor: default;
  19.     text-align: left;    
  20.     border-bottom: 2px solid #cccccc;
  21. }
  22.  
  23. h2 {
  24.     margin: 0px 0px 0px 0px;
  25.     padding: 14px 10px 3px 10px;
  26.     font-size: 18px;
  27.     font-weight: normal;
  28.     color: #303570;
  29.     text-decoration: none;
  30. }
  31.  
  32. h3 {
  33.     margin: 0px 0px 0px 0px;
  34.     padding: 12px 10px 3px 10px;
  35.     font-size: 14px;
  36.     color: #04070d;
  37.     font-weight: bold;
  38.     text-decoration: none;
  39. }
  40.  
  41. h1 span {
  42.     color: #a5c4ff;
  43. }
  44.  
  45. h4 {
  46.     font-size: 12px;
  47.     margin: 10px 3px 10px 10px;
  48.     color: #424242;
  49.     text-align: center;
  50. }
  51.  
  52. h6 {
  53.     margin: 0px 8px 6px 8px;
  54.     padding: 5px 0px 5px 0px;
  55.     color: #303570;
  56.     font-weight: normal;
  57.     font-size: 22px;
  58.     line-height: 40px;
  59.     cursor: default;
  60.     text-align: left;    
  61.     border-bottom: 2px solid #cccccc;    
  62. }
  63.  
  64. p {
  65.     margin: 0px;
  66.     padding: 4px 10px 4px 15px;
  67.     line-height: 1.5em;
  68. }
  69.  
  70. strong 
  71. {
  72.     color: #233961;
  73.     font-weight: bold;
  74.     background: transparent;
  75. }
  76.  
  77. ul, ol {
  78.     padding: 0px 10px 4px 50px;
  79.     line-height: 1.5em;
  80.     margin: 0px;
  81. }
  82.  
  83. .features {
  84.     padding: 10px 10px 4px 40px;
  85.     line-height: 1.5em;
  86.     margin: 0px;
  87. }
  88.  
  89. .features li
  90. {
  91.     margin-bottom: 8px;
  92. }
  93.  
  94. dl {
  95.     padding: 0px 10px 4px 10px;
  96.     line-height: 1.5em;
  97. }
  98.  
  99. dt {
  100.     font-weight: bold;        
  101.     margin-bottom: 4px;
  102. }
  103.  
  104. dd 
  105. {
  106.     font-weight: normal;
  107.     margin-left: 0;
  108.     margin-bottom: 12px;
  109. }
  110.  
  111. a {
  112.     color: #3259a9;
  113.     font-weight: normal;
  114.     text-decoration: none;
  115. }
  116.  
  117. a:hover {
  118.     color: #4e56bd;
  119.     text-decoration: underline;
  120. }
  121.  
  122. img
  123. {
  124.     border: none;
  125. }
  126.  
  127. table
  128. {
  129.     font: 12px verdana,arial,helvetica,sans-serif;
  130. }
  131.  
  132. .copyright {
  133.     font-size: 10px;
  134.     text-decoration: none;
  135.     color: #8c8c8c;
  136.     text-align: left;
  137.     padding: 8px 8px 0px 8px ;
  138.     margin: 20px 10px 0px 10px;
  139.     border-top: 2px solid #dcdcdc;
  140. }
  141.  
  142. .productlogo {
  143.     padding: 1px;
  144.     border: 0px;
  145.     margin: 4px 10px 2px 0px;
  146. }
  147.